Fix display of keys in 'help-form' buffers (bug#77118)
authorStephen Berman <stephen.berman@gmx.net>
Sat, 12 Apr 2025 10:01:50 +0000 (12:01 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Sat, 12 Apr 2025 10:01:50 +0000 (12:01 +0200)
commitd3c39fb522df50e460940bac10ff489564211d0a
tree5c4e0adea89b7c344cf505930204392c1ccdcc73
parent6509cc20a9e000033fe969fb075d6cd37831d1d1
Fix display of keys in 'help-form' buffers (bug#77118)

* lisp/help.el (help-form-show): Use 'insert' instead of 'princ'
so that keys in 'help-form' are displayed with 'help-key-binding' face.
lisp/help.el